home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / infoibm.zip / HELP < prev    next >
Text File  |  1987-10-02  |  2KB  |  66 lines

  1.  
  2.  
  3.  Background:
  4.  
  5.       The Info-IBMPC Digest is a collection of Electronic messages covering
  6.       various topics related to the IBM PC family of personal computers.
  7.       The messages are collected and published twice a week (usually) and
  8.       distributed via various networks including the BitNet and ARPA
  9.       networks.
  10.  
  11.       The InfoDoor program utilizes an Index file which contains one line
  12.       per message per issue of the digest.  Each line of the index contains
  13.       the "Subject:" header for one message (just like the subject headers
  14.       for the messages on this board).  It is this index file which is
  15.       searched for specified keywords and phrases.
  16.  
  17.       When a match is found in the index file, the appropriate message(s)
  18.       are extracted and displayed.
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  Keyword Entry:
  28.  
  29.     One or more keywords may be entered as the search criteria.  The
  30.     syntax for keyword specification is as follows:
  31.  
  32.         [token] keyword [token] [[token] [keyword] [token]] ...
  33.  
  34.     "keyword" is a word or phrase to be matched in the index.
  35.      "token"   is one or more of the following search string modifiers:
  36.  
  37.   + == logical AND  (pat1+pat2 will match lines containing "pat1" and "pat2")
  38.   | == logical OR   (pat1|pat2 will match any line containing "pat1" OR "pat2")
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.     Searches will be performed without regard to case (eg. the keyword
  51.     "disk" will match all of "disk", "Disk", "DISK", "dIsk", etc.).
  52.  
  53.     If both + and | tokens are found, the AND character will take
  54.     precedence in the search (eg. this+that|other  will match on any
  55.     line that contains "this" followed anywhere by "that" and will also
  56.     match on any line containing "other".
  57.  
  58.     Sample keyword entries:
  59.  
  60.     disk|disc|hard disk     - matches "disk" or "disc" or "hard disk"
  61.     disk+controller         - matches a line containing "disk" and "controller"
  62.  
  63.  
  64.  
  65.  
  66.